home *** CD-ROM | disk | FTP | other *** search
/ RPG Maker - 43 Games / RPG MAKER (BEGE).iso / interface / it.dig / scripts / DefineButton2_13 / BUTTONCONDACTION on(keyPress Tab).as
Encoding:
Text File  |  2007-04-24  |  49 b   |  4 lines

  1. on(keyPress "<Tab>"){
  2.    this.tabHandler();
  3. }
  4.